crypto/tls.Conn.handshakeMutex (field)
15 uses
crypto/tls (current package)
conn.go#L40: handshakeMutex sync.Mutex
conn.go#L1294: c.handshakeMutex.Lock()
conn.go#L1295: defer c.handshakeMutex.Unlock()
conn.go#L1562: c.handshakeMutex.Lock()
conn.go#L1563: defer c.handshakeMutex.Unlock()
conn.go#L1620: c.handshakeMutex.Lock()
conn.go#L1621: defer c.handshakeMutex.Unlock()
conn.go#L1670: c.handshakeMutex.Lock()
conn.go#L1671: defer c.handshakeMutex.Unlock()
conn.go#L1680: c.handshakeMutex.Lock()
conn.go#L1681: defer c.handshakeMutex.Unlock()
quic.go#L270: c.handshakeMutex.Lock()
quic.go#L271: defer c.handshakeMutex.Unlock()
quic.go#L479: c.handshakeMutex.Unlock()
quic.go#L480: defer c.handshakeMutex.Lock()
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)